home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / Anwendun / LUNA152A / _ENGLISH / SCRIPTS / UMLAUT.LUS < prev   
Encoding:
Text File  |  1999-11-12  |  496 b   |  19 lines

  1. ;
  2. ; Script file created by Luna.
  3. ;
  4. ;  Umlaut converter Word -> ST  Version 1.01 
  5. ;  Andreas Schley (c) 1999
  6. ;  This script converts the Umlauts of ASCII texts 
  7. ;  of DOS-computers to Atari Umlauts.
  8. ;  It can be easily adapted to work the other way round too! ;-)
  9.  
  10.  
  11. replace(0,0,0,-1,"÷","ö")
  12. replace(0,0,0,-1,"∞","β")
  13. replace(0,0,0,-1,"ⁿ","ü")
  14. replace(0,0,0,-1,"β","β")
  15. replace(0,0,0,-1,"Σ","ä")
  16. replace(0,0,0,-1,"ץ","Ü")
  17. replace(0,0,0,-1,"ג","Ä")
  18. replace(0,0,0,-1,"ש","Ö")
  19. end()